home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / vms / link.com < prev    next >
Text File  |  1993-08-27  |  2KB  |  93 lines

  1. $!
  2. $! VMS command file to link the .OBJ files of Emacs, producing `temacs.exe'.
  3. $!
  4. $ set default [-.src]
  5. $ set verify
  6. $ link/exe=[-.vms]temacs.exe/map=[-.vms]temacs.map sys$input/opt
  7. CLUSTER=EMACS,,,-
  8. dispnew.obj,-
  9. frame.obj,-
  10. scroll.obj,-
  11. xdisp.obj,-
  12. window.obj,-
  13. term.obj,-
  14. cm.obj,-
  15. ! Only include the following ones if you compiled for X
  16. xterm.obj,-
  17. xfns.obj,-
  18. xfaces.obj,-
  19. xmenu.obj,-
  20. xselect.obj,-
  21. xrdb.obj,-
  22. ! end of X files
  23. emacs.obj,-
  24. keyboard.obj,-
  25. macros.obj,-
  26. keymap.obj,-
  27. sysdep.obj,-
  28. buffer.obj,-
  29. filelock.obj,-
  30. insdel.obj,-
  31. marker.obj,-
  32. intervals.obj,-
  33. textprop.obj,-
  34. minibuf.obj,-
  35. fileio.obj,-
  36. dired.obj,-
  37. filemode.obj,-
  38. cmds.obj,-
  39. casetab.obj,-
  40. casefiddle.obj,-
  41. indent.obj,-
  42. search.obj,-
  43. regex.obj,-
  44. undo.obj,-
  45. alloc.obj,-
  46. data.obj,-
  47. doc.obj,-
  48. editfns.obj,-
  49. callint.obj,-
  50. eval.obj,-
  51. floatfns.obj,-
  52. fns.obj,-
  53. print.obj,-
  54. lread.obj,-
  55. abbrev.obj,-
  56. syntax.obj,-
  57. mocklisp.obj,-
  58. bytecode.obj,-
  59. process.obj,-
  60. callproc.obj,-
  61. vmsfns.obj,-
  62. vmsproc.obj,-
  63. doprnt.obj,-
  64. getloadavg.obj,-
  65. vmsmap.obj,-
  66. termcap.obj,-
  67. tparam.obj,-
  68. lastfile.obj,-
  69. vmstime.obj,-
  70. vmsgmalloc.obj,-
  71. vm-limit.obj,-
  72. alloca.obj
  73. COLLECT=NON_SAVED_DATA,-
  74. stdin,-
  75. stdout,-
  76. stderr,-
  77. errno,-
  78. vaxc$errno,-
  79. sys_errlist,-
  80. sys_nerr,-
  81. environ
  82. [-.oldxmenu]libxmenu11/lib
  83. ! If you don't have MultiNet, comment the following line.
  84. !multinet:multinet_socket_library/share
  85. ! If you don't have UCX, comment the following line.
  86. sys$library:ucx$ipc/library ! You cannot link in the shareable.
  87. ! If you don't link for X, comment the following line.
  88. sys$share:decw$xlibshr/share
  89. SYS$SHARE:VAXCRTL/SHARE ! Always link with this library.
  90. $! 'f$verify(0)
  91. $ set default [-.vms]
  92. $ exit
  93.